How to Integrate accelGbook to your webdesign?

1.) Copy paste this in your design in which you want to see the "sign guestbook form" in your page. And save it as "signgbook.php"

<?php include 'sign_accelgbook.php'; ?>

copy paste this also before </head> of "signgbook.php"

<script Language="JavaScript">
<!--
function Form1_Validator(theForm)
{
  	if (theForm.name.value == "")
  {
    alert("Please enter a value for the \"name\" field.");
    theForm.name.focus();
    return (false);
  }
  	if (theForm.message.value == "")
  {
    alert("Please enter a value for the \"message\" field.");
    theForm.message.focus();
    return (false);
  }
}

//--></script>



2.) Copy paste also this one  in your design again in which you want to see the "guestbook entry page" in your page. And save it as "gbook.php"

<?php include 'view_accelgbook.php'; ?>



NOTE:

Thats All!
Russel Tapulao
accel@russeldesign.com
www.russeldesign.com

